Use u32 instead of __u32 and u8 instead of __u8 as the other types are
authorSebastian Dröge <sdroege@src.gnome.org>
Sat, 15 Dec 2007 05:01:30 +0000 (05:01 +0000)
committerSebastian Dröge <sdroege@src.gnome.org>
Sat, 15 Dec 2007 05:01:30 +0000 (05:01 +0000)
commit33499debed41e6cf01be9a0ee2110a472145e2ad
tree6195f70edaa583aea45e63306b1ee5f0505a278b
parent8609315d28de7750aa20141e1d2290c67b014e63
Use u32 instead of __u32 and u8 instead of __u8 as the other types are

* gdk/directfb/gdkcursor-directfb.c: (gdk_cursor_new_for_display):
Use u32 instead of __u32 and u8 instead of __u8 as the other types
are deprecated since DirectFB 1.0.0. If compiling with an older
version define the new type name to the old types. Fixes bug #503190.

svn path=/trunk/; revision=19182
ChangeLog
gdk/directfb/gdkcursor-directfb.c